home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3uvprpw.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_UVPROP_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_UVPROP = 1711;
-
-
-
-
- // Description: Add gadget for viewing canvas specific options. When the user makes a canvas the
- // current rendering canvas, the corresponding gadget is shown in the view property window allowing the
- // user to access canvas specific options.
- // Returns: Boolean, TRUE if succeeded.
- // p1: Integer, class id of the canvas
- // p2: Integer, class id of the canvas model
- // p3: Integer, class id of the canvas gadget
-
- R3UVPROPCM_ADDCANVASGADGET = 1711018;
-
- function mR3UVPROPCM_ADDCANVASGADGET(p1, p2, p3) {
- return DoA3(this.r3obj, 1711018, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Uvprop () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_UVPROP, arguments);
- }
- // Methods
- this.ADDCANVASGADGET=mR3UVPROPCM_ADDCANVASGADGET;
-
- // Attributes
- }
-
- r3Uvprop.prototype=new r3Window;
- // r3uvprpw.h_H